*,
*::before,
*::after {
  box-sizing: border-box; }

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent; }

body {
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  background-color: #fff;
  min-width: 1200px; }

#app {
  overflow-x: hidden;
  min-height: 100%;
  width: 100%;
  overflow-y: auto; }

.w100 {
  width: 100%; }

img {
  vertical-align: top;
  height: auto; }

a {
  cursor: pointer;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.main {
  width: 1200px;
  margin: 0 auto; }

.user {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: transparent;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  opacity: 0.8; }
  .user .accessibility {
    color: #005293;
    font-weight: 600; }
  .user .user-menu {
    display: none; }
  .user a {
    cursor: pointer; }
    .user a:hover {
      color: #005293 !important; }

.foot {
  font-size: 16px;
  color: #ffffff;
  min-width: 1200px;
  position: relative; }
  .foot.toggled .link-popover,
  .foot.toggled .link-mask {
    display: block; }
  .foot .link-popover {
    position: absolute;
    left: 20px;
    right: 20px;
    top: -600px;
    height: 600px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
    z-index: 666;
    padding: 20px 0;
    text-align: center;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .foot .link-popover a {
      font-size: 16px;
      text-decoration: none;
      color: #333;
      cursor: pointer;
      display: block;
      height: 40px;
      line-height: 40px; }
      .foot .link-popover a:hover, .foot .link-popover a:active {
        color: #005293; }
  .foot .foot-title {
    text-align: center;
    font-size: 16px;
    color: #fff;
    height: 46px;
    line-height: 46px;
    font-weight: 600;
    border-bottom: 1px solid rgba(223, 233, 242, 0.3);
    background: #757575; }
  .foot .foot-mobile {
    display: none; }
  .foot .foot-top {
    background: #757575;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .foot .foot-top .foot-item {
      cursor: pointer; }
      .foot .foot-top .foot-item img {
        width: 12px;
        height: auto;
        vertical-align: baseline; }
      .foot .foot-top .foot-item span {
        margin: 0 6px; }
  .foot .foot-bottom {
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(img_di@2x.png);
    padding-top: 68px; }
    .foot .foot-bottom .foot-bottom-box {
      width: 1200px;
      margin: 0 auto; }
    .foot .foot-bottom .foot-bottom-left {
      width: 180px;
      float: left; }
      .foot .foot-bottom .foot-bottom-left img {
        width: 100%;
        height: auto; }
    .foot .foot-bottom .foot-bottom-right {
      float: right; }
      .foot .foot-bottom .foot-bottom-right > div {
        float: left;
        position: relative; }
      .foot .foot-bottom .foot-bottom-right .foot-bottom-info {
        color: #fff;
        display: block;
        margin-bottom: 16px;
        padding-left: 48px; }
        .foot .foot-bottom .foot-bottom-right .foot-bottom-info img {
          margin-right: 6px; }
      .foot .foot-bottom .foot-bottom-right .foot-bottom-line {
        width: 1px;
        height: 54px;
        background-color: rgba(255, 255, 255, 0.5);
        position: absolute;
        left: 24px;
        top: 4px; }

.my-nav {
  background: #005293;
  min-width: 1200px;
  position: relative; }
  .my-nav .nav-line {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    height: 55px;
    top: 58px;
    background-color: #005293;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .my-nav .nav-box {
    height: 70px;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    .my-nav .nav-box > div,
    .my-nav .nav-box > a {
      font-size: 24px;
      color: #ffffff;
      width: 140px;
      text-align: center;
      height: 46px;
      line-height: 46px;
      cursor: pointer;
      margin: 0 19px;
      font-weight: 600; }
      .my-nav .nav-box > div .nav-home-hover,
      .my-nav .nav-box > a .nav-home-hover {
        display: none; }
      .my-nav .nav-box > div.active, .my-nav .nav-box > div:hover,
      .my-nav .nav-box > a.active,
      .my-nav .nav-box > a:hover {
        background: #ffffff;
        color: #005293; }
        .my-nav .nav-box > div.active .nav-child, .my-nav .nav-box > div:hover .nav-child,
        .my-nav .nav-box > a.active .nav-child,
        .my-nav .nav-box > a:hover .nav-child {
          display: flex; }
        .my-nav .nav-box > div.active .nav-home, .my-nav .nav-box > div:hover .nav-home,
        .my-nav .nav-box > a.active .nav-home,
        .my-nav .nav-box > a:hover .nav-home {
          display: none; }
        .my-nav .nav-box > div.active .nav-home-hover, .my-nav .nav-box > div:hover .nav-home-hover,
        .my-nav .nav-box > a.active .nav-home-hover,
        .my-nav .nav-box > a:hover .nav-home-hover {
          display: inline-block; }
      .my-nav .nav-box > div img,
      .my-nav .nav-box > a img {
        width: 30px;
        height: auto;
        vertical-align: sub; }
      .my-nav .nav-box > div .nav-child,
      .my-nav .nav-box > a .nav-child {
        position: absolute;
        font-size: 16px;
        color: #ffffff;
        display: flex;
        justify-content: center;
        height: 54px;
        align-items: center;
        display: none;
        top: 58px;
        background-color: #005293;
        z-index: 2; }
        .my-nav .nav-box > div .nav-child > div,
        .my-nav .nav-box > div .nav-child > a,
        .my-nav .nav-box > a .nav-child > div,
        .my-nav .nav-box > a .nav-child > a {
          cursor: pointer;
          padding: 0 30px;
          font-weight: normal; }

.nav-tabs {
  border-color: #666;
  margin-bottom: 20px; }

.nav-tabs .nav-link {
  border: none;
  font-size: 20px;
  color: #333333;
  padding-left: 0;
  padding-right: 0;
  margin-right: 30px; }

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #333;
  background-color: transparent;
  font-weight: 600;
  border-bottom: 2px solid #005293; }

.dropdown-item.active,
.dropdown-item:active {
  background-color: #005293; }

.dropdown-item {
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px; }

.menu .el-drawer__header {
  display: none !important; }

.menu .menu-top {
  padding-top: 40px;
  padding-bottom: 16px;
  text-align: center;
  border-bottom: 1px solid #eee;
  font-size: 20px;
  color: #222222;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 16px; }
  .menu .menu-top img {
    width: 35px;
    margin-right: 12px; }

.menu .menu-nav {
  display: block;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  color: #222222;
  padding-left: 58px; }

.menu .menu-btn-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px; }
  .menu .menu-btn-box .menu-btn {
    display: block;
    width: 68.88%;
    margin: 0 auto;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center; }
    .menu .menu-btn-box .menu-btn img {
      width: 24px;
      margin-right: 11px;
      vertical-align: bottom; }
    .menu .menu-btn-box .menu-btn.menu-btn-login {
      background: #005293;
      color: #fff;
      margin-bottom: 16px;
      border: 1px solid #005293; }
      .menu .menu-btn-box .menu-btn.menu-btn-login:active, .menu .menu-btn-box .menu-btn.menu-btn-login:hover, .menu .menu-btn-box .menu-btn.menu-btn-login:focus {
        background: #005799;
        border: 1px solid #005799; }
    .menu .menu-btn-box .menu-btn.menu-btn-register {
      background: #eef6fd;
      border: 1px solid #005293; }
      .menu .menu-btn-box .menu-btn.menu-btn-register:active, .menu .menu-btn-box .menu-btn.menu-btn-register:hover, .menu .menu-btn-box .menu-btn.menu-btn-register:focus {
        color: #005293;
        background: #eef6fd;
        border: 1px solid #005293; }
      .menu .menu-btn-box .menu-btn.menu-btn-register:active {
        background: #e6eef4; }

#wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-left: 0;
  transition: all 0.5s ease; }

#wrapper.toggled {
  /* padding-left: 72%; */ }

#wrapper.toggled #sidebar-wrapper {
  width: 72%;
  left: 0; }

#sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #fff;
  height: 100%;
  left: -72%;
  /* margin-left: -72%; */
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s ease;
  width: 72%;
  z-index: 1000;
  position: fixed;
  top: 0; }

#sidebar-wrapper::-webkit-scrollbar {
  display: none; }

#page-content-wrapper {
  padding-top: 70px;
  width: 100%; }

#wrapper.toggled .overlay {
  display: block; }

/*-------------------------------*/
/*          Dark Overlay         */
/*-------------------------------*/
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1; }

.link-mask {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 100; }

.home-list-info {
  font-size: 16px; }
  .home-list-info > div,
  .home-list-info > a {
    display: flex;
    margin-bottom: 24px;
    position: relative;
    padding-left: 18px;
    cursor: pointer; }
    .home-list-info > div:hover,
    .home-list-info > a:hover {
      color: #005293 !important; }
    .home-list-info > div:before,
    .home-list-info > a:before {
      content: '';
      position: absolute;
      background: #999999;
      width: 6px;
      height: 6px;
      left: 0;
      top: 6px; }
    .home-list-info > div:last-child,
    .home-list-info > a:last-child {
      margin-bottom: 0; }
    .home-list-info > div > div:last-child,
    .home-list-info > a > div:last-child {
      width: 4em;
      min-width: 4em;
      text-align: right;
      opacity: 0.5; }
    .home-list-info > div > div:first-child,
    .home-list-info > a > div:first-child {
      width: 100%;
      text-overflow: ellipsis;
      overflow: hidden;
      word-break: break-all;
      white-space: nowrap; }

.top-input {
  width: 700px;
  margin: 0 auto;
  position: relative; }
  .top-input input {
    width: 100%;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    padding-left: 24px;
    padding-right: 140px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    outline: 0;
    box-shadow: none; }
    .top-input input:active, .top-input input:focus {
      border-color: #005293; }
  .top-input .el-input__inner {
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    padding-left: 24px;
    padding-right: 140px; }
  .top-input .dropdown,
  .top-input .btn-group {
    position: absolute;
    top: 0;
    right: 0; }
    .top-input .dropdown .dropdown-toggle,
    .top-input .btn-group .dropdown-toggle {
      width: 48px;
      border: none;
      background-color: transparent;
      color: #666;
      outline: 0;
      padding: 0;
      text-align: left; }
      .top-input .dropdown .dropdown-toggle img,
      .top-input .btn-group .dropdown-toggle img {
        width: 24px; }
      .top-input .dropdown .dropdown-toggle::after,
      .top-input .btn-group .dropdown-toggle::after {
        display: none; }
      .top-input .dropdown .dropdown-toggle:active, .top-input .dropdown .dropdown-toggle:focus,
      .top-input .btn-group .dropdown-toggle:active,
      .top-input .btn-group .dropdown-toggle:focus {
        color: #666;
        outline: 0;
        box-shadow: none !important;
        background-color: transparent;
        border: none; }
    .top-input .dropdown .btn:first-child,
    .top-input .btn-group .btn:first-child {
      width: 76px;
      border: none;
      height: 52px;
      outline: 0;
      box-shadow: none;
      color: #666;
      background-color: transparent;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0; }
      .top-input .dropdown .btn:first-child:active, .top-input .dropdown .btn:first-child:focus,
      .top-input .btn-group .btn:first-child:active,
      .top-input .btn-group .btn:first-child:focus {
        color: #666;
        outline: 0;
        box-shadow: none !important;
        background-color: transparent;
        border: none; }
      .top-input .dropdown .btn:first-child:after,
      .top-input .btn-group .btn:first-child:after {
        width: 24px;
        height: 24px;
        margin: 0;
        border: none;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin-left: 6px;
        background-image: url(ic_xia@2x.png); }

.page-title {
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  position: relative;
  margin-bottom: 20px; }
  .page-title::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 60px;
    background-color: #005293;
    bottom: 0;
    left: 0; }

.page-top {
  background-color: #005293;
  height: 190px;
  padding-top: 88px;
  border-bottom: 1px solid rgba(249, 234, 204, 0.5); }
  .page-top .page-top-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .page-top .page-top-left .top-logo {
    float: left;
    width: 67px; }
  .page-top .page-top-left .top-title-img {
    margin-left: 79px;
    width: 273px;
    margin-bottom: 6px;
    padding-top: 12px; }
  .page-top .page-top-left .top-website {
    margin-left: 79px;
    width: 273px;
    text-align: center;
    opacity: 0.7;
    font-size: 12px;
    color: #fff; }
  .page-top .top-input {
    width: 480px;
    margin-right: 0; }

.page.user .user-time,
.page.user a {
  opacity: 0.8;
  font-size: 15px;
  color: #fff; }

.page.user a:hover {
  opacity: 1;
  color: #fff !important; }

.main .breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 24px 0;
  background-image: url(breadcrumb_line.png);
  background-repeat-y: no-repeat;
  background-repeat: repeat-x;
  background-size: 36px 8px;
  background-position-y: bottom;
  margin-bottom: 24px; }
  .main .breadcrumb .breadcrumb-item {
    font-size: 16px; }
  .main .breadcrumb a {
    color: #333333; }
    .main .breadcrumb a:hover {
      color: #005293; }
  .main .breadcrumb .breadcrumb-item.active {
    color: #333333; }

.main .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: '>'; }

.main .carousel-control-next-icon,
.main .carousel-control-prev-icon {
  width: 32px;
  height: 70px; }

.main .carousel-control-prev-icon {
  background-image: url(ic_zuofan@2x.png); }

.main .carousel-control-next-icon {
  background-image: url(ic_youfan@2x.png); }

.main .carousel-control-prev {
  justify-content: start; }

.main .carousel-control-next {
  justify-content: end; }

.main .page-link {
  font-size: 14px;
  padding: 8px 16px;
  color: #333;
  margin: 0 5px;
  background: #ffffff;
  border: 1px solid rgba(51, 51, 51, 0.1); }

.main .page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none; }

.main .page-item:first-child .page-link {
  border-radius: 0; }

.main .page-item:last-child .page-link {
  border-radius: 0; }

.main .page-item.active .page-link {
  background-color: #005293;
  border-color: #005293; }